* {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

a {
    color: #333333;
    /* position:relative; */
}

a:hover {

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    text-decoration: none;
}

ul li,
ol li {
    list-style-type: none;
}

body {
    font-family: "microsoft Yahei";

}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.open,
.down {
    cursor: pointer;
}

.open1,
.down1 {
    cursor: pointer;
}

.bt-none {
    display: none;
}

.bt-block {
    display: block;
}

/* 头部 */
.dztop {
    width: 100%;
    height: auto;
    background: #19388a;
}

.dztop-top {
    width: 100%;
    height: 200px;
    background: url(headbg.png) no-repeat top;
}

.dztop-box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.dztop-box-l {
    line-height: 200px;
}

.dztop-box-r {
    width: 270px;
    height: 40px;
    margin-top: 80px;
    border: 1px solid #cadaf1;
    border-radius: 20px;
    background: #6292d7;
}

.b-serch {
    width: 100%;
    height: 40px;
}

.search-text {
    width: 220px;
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    color: #f1f2f3;
    background: none;
}

.search-submit {
    /* width: 26px;
    height: 24px; */
    line-height: 40px;
    background: url(search.png) no-repeat center;
    border: none;
    outline: none;
    position: absolute;
    padding-left: 30px;
}

/* 导航 */
.nav {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
}

.nav ul li {
    width: 200px;
    font-size: 20px;
    float: left;
    line-height: 70px;
    font-weight: bold;

}

.nav ul li a {
    color: #ffffff;
    display: block;
    padding-left: 90px;
}

.nav1.hover-nav a {
    color: #015293;
    background: url(nav1-hover.png) no-repeat 50px;
}

.nav1.hover-nav {
    background-color: #fff;
}

.nav2.hover-nav a {
    color: #015293;
    background: url(nav2-hover.png) no-repeat 50px;
}

.nav2.hover-nav {
    background-color: #fff;
}

.nav3.hover-nav a {
    color: #015293;
    background: url(nav3-hover.png) no-repeat 50px;
}

.nav3.hover-nav {
    background-color: #fff;
}

.nav4.hover-nav a {
    color: #015293;
    background: url(nav4-hover.png) no-repeat 50px;
}

.nav4.hover-nav {
    background-color: #fff;
}

.nav5.hover-nav a {
    color: #015293;
    background: url(nav5-hover.png) no-repeat 50px;
}

.nav5.hover-nav {
    background-color: #fff;
}

.nav6.hover-nav a {
    color: #015293;
    background: url(nav6-hover.png) no-repeat 50px;
}

.nav6.hover-nav {
    background-color: #fff;
}


.nav1 a {
    background: url(nav1.png) no-repeat 50px;
}

.nav2 a {
    background: url(nav2.png) no-repeat 50px;
}

.nav3 a {
    background: url(nav3.png) no-repeat 50px;
}

.nav4 a {
    background: url(nav4.png) no-repeat 50px;
}

.nav5 a {
    background: url(nav5.png) no-repeat 50px;
}

.nav6 a {
    background: url(nav6.png) no-repeat 50px;
}

/* content */

.con {
    width: 100%;
    height: auto;
    background: #f1f2f3;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.titlebig {
    width: 100%;
    padding: 30px 40px;
}

.titlebig-top {
    font-size: 28px;
    color: #015293;
    text-align: center;
}

.titlebig-top a {
    color: #015293;
}

.titlebig-zy {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-indent: 2em;
}

.titlebig-zy a {
    color: #f90000;
}

/* 新闻 */
.news {
    width: 100%;
    padding: 26px;
    background: #ffffff;
}

.news-l {
    width: 605px;
    /* height: 352px; */
}

.lunbo {
    width: 605px;
    height: 483px;
    overflow: hidden;
    position: relative;
}

.lunbo .hd {
    height: 8px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 45px;
    z-index: 1;
}

.lunbo .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.lunbo .hd ul li {
    width: 8px;
    height: 8px;
    float: left;
    margin-right: 10px;
    background: url(lb.png);
    cursor: pointer;
}

.lunbo .hd ul li.on {
    width: 46px;
    height: 8px;
    background: url(lb-on.png);
}

.lunbo .bd1 {
    position: relative;
    height: 100%;
    z-index: 0;
}

.lunbo .bd1 li {
    zoom: 1;
    vertical-align: middle;
}


.lunbo .bd1 li .lb-a {
    position: relative;
    width: 100%;
    height: 352px;
    display: block;
}

.lunbo .bd1 li .lb-a img {
    width: 100%;
    height: 100%;
}

.lunbo .bd1 li .text {
    width: 100%;
    height: 130px;
    background-color: #f1f2f3;
    color: #333333;
    z-index: 1;
    position: absolute;
    bottom: 0;
    padding: 0 20px;
}

.lb-title {
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
    line-height: 24px;
}

.lb-title a {
    color: #333333;
}

.lb-time {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    line-height: 16px;
}

.lunbo .bd1 li img {
    width: 100%;
}

/* 新闻右侧 */
.news-r {
    width: 513px;
    height: 483px;
}

.news-title {
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 24px;
}

.news-title ul li {
    font-size: 24px;
    color: #333333;
    background: url(sx.png) no-repeat left;
    float: left;
    font-weight: bold;
    padding: 0 20px;
    line-height: 24px;
}

.news-title ul li:first-child {
    background: none;
    padding-left: 0;

}

.news-title ul li.hover {
    color: #c10d0c;
}

.more ,.more1{
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.news-list ul {
    margin-top: 12px;
}

.news-list ul li {
    font-size: 18px;
    color: #333333;
    line-height: 45px;
    background: url(dian.png) no-repeat left 20px;
    padding-left: 19px;

}

.news-list ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    max-width: 100%;
    display: block;
}
.news-list2 ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    max-width: 82%;
    display: block;
    float: left;
}

/* 震情搜索 */
.zqss {
    width: 100%;
    height: 100px;
    background: #356ab4;
    margin-top: 30px;
    padding: 20px;
}

.h20 {
    width: 100%;
    height: 20px;
}

.zqss-l li {

    float: left;
    font-size: 22px;
    color: #3163a7;
    line-height: 60px;
    font-weight: bold;

}

.zqss-x {
    padding: 0 20px;
}

.zqss-l1 {
    width: 160px;
    height: 60px;
    background: url(zqss1.png) no-repeat;
    padding-left: 58px;
}

.zqss-l2 {
    width: 160px;
    height: 60px;
    background: url(zqss2.png) no-repeat;
    padding-left: 58px;
}

/* 文字上浮 */
.zqss-r {
    width: 750px;
}

/* 本例子css */
.txtScroll-top {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -5px;
}

.txtScroll-top .infoList li {
    height: 72px;
    padding-left: 19px;
    line-height: 36px;
    color: #ffffff;
    font-size: 18px;
    background: url(white.png) no-repeat left -30px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; */
}

.txtScroll-top .infoList li a {
    color: #ffffff;
}
/* ---- */
.confb{
    width: 100%;
    background: #ffffff;
}
.tzgg-box{
    width: 100%;
    margin-top: 50px;
}
.tzgg-l{
    width: 790px;
}
.news-list ul li span {
    color: #999999;
    float: right;
}
.tzgg-r{
    width: 380px;
}
.tzgg-r ul a{
    display: block;
    margin-top: 20px;
}
.tzgg-r ul li{
    width: 100%;
    height: 92px; 
    font-size: 24px;
    line-height: 92px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 120px;
}
.tzgg-r ul a:first-child{
    margin-top: 0;
}
.tzgg-r1{
    background: url(r1.png) no-repeat center;
}
.tzgg-r2{
    background: url(r2.png) no-repeat center;
}
.tzgg-r3{
    background: url(r3.png) no-repeat center;
}

/* ---- */
.ztzl{
    width: 100%;
    margin-top: 30px;
}
.ztzl-title{
    font-size: 24px;
    color: #c32828;
    padding-bottom: 24px;
    border-bottom: 1px solid #cfcfcf;
}
.ztzl-title a{
    color: #c32828;
    font-weight: bold;
}
.ztzl ul{
    margin: 20px 0 30px 0;
}
.ztzl ul li{
    float: left;
    width: 277px;
    height: 100px;
    margin-left: 30px;
}
.ztzl ul li:first-child{
    margin-left: 0px;
}
.ztzl ul li img{
    width: 100%;
    height: 100%;
}









/* footer */
.footer {
    width: 100%;
    height: auto;
    border-top: 10px solid #3060a2;
    background: #f1f2f3;
}

.yqlj {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding-top: 16px;
}

.yqlj-l {
    width: 245px;
    height: 40px;
    background: #ffffff;
    font-size: 16px;
}

.yqlj-l img,
.yqlj-c img,
.yqlj-r img {
    padding: 6px 10px 10px 10px;
}

.yqlj-l span,
.yqlj-c span,
.yqlj-r span {
    color: #005ea5;
    line-height: 40px;
    font-weight: bold;
}

.yqlj-c {
    width: 160px;
    height: 40px;
    background: #ffffff;
    font-size: 16px;
    margin-left: 16px;
}

.yqlj-r {
    width: 140px;
    height: 40px;
    background: #ffffff;
    font-size: 16px;
    margin-left: 16px;
}

.select1 {
    position: relative;
    width: 190px;
    height: 40px;
    float: left;
    font-size: 16px;
    background: url(jiantou.png) no-repeat 150px;
    background-color: #ffffff;
    line-height: 38px;
    margin-left: 16px;
}

.select1 dt {
    height: 40px;
    display: inline-block;
    line-height: 38px;
    text-indent: 30px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    outline: none;
}

.select1 dd {
    position: absolute;
    left: 0px;
    top: 40px;
    background: #fff;
    width: 190px;
    z-index: 99;
}

.select1 dd>ul>li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 30px;
    cursor: pointer;
    text-align: left;
}

.select1 dd>ul>li:hover {
    background-color: #f1f2f3;
}

.select1 dd>ul>li>a {
    color: #666;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}

.select2 {
    position: relative;
    width: 190px;
    height: 40px;
    float: left;
    font-size: 16px;
    background: url(jiantou.png) no-repeat 150px;
    background-color: #ffffff;
    line-height: 38px;
    margin-left: 16px;
}

.select2 dt {
    height: 40px;
    display: inline-block;
    line-height: 38px;
    text-indent: 30px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    outline: none;
}

.select2 dd {
    position: absolute;
    left: 0px;
    top: 40px;
    background: #fff;
    width: 190px;
    z-index: 99;
}

.select2 dd>ul>li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 30px;
    cursor: pointer;
    text-align: left;
}

.select2 dd>ul>li:hover {
    background-color: #f1f2f3;
}

.select2 dd>ul>li>a {
    color: #666;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}

.select3 {
    position: relative;
    width: 190px;
    height: 40px;
    float: left;
    font-size: 16px;
    background: url(jiantou.png) no-repeat 150px;
    background-color: #ffffff;
    line-height: 38px;
    margin-left: 16px;
}

.select3 dt {
    height: 40px;
    display: inline-block;
    line-height: 38px;
    text-indent: 30px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    outline: none;
}

.select3 dd {
    position: absolute;
    left: 0px;
    top: 40px;
    background: #fff;
    width: 190px;
    z-index: 99;
}

.select3 dd>ul>li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 30px;
    cursor: pointer;
    text-align: left;
}

.select3 dd>ul>li:hover {
    background-color: #f1f2f3;
}

.select3 dd>ul>li>a {
    color: #666;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}

/* bottom */
.bottom {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    border-top: 1px solid #bfc1c3;
}

.bottom-zt {
    width: 1200px;
    margin: 0 auto;
}

.bottom-zt-l {}

.bottom-zt-l-img {
    margin-top: 21px;
}

.bottom-zt-l-text {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-top: 20px;
    margin-left: 20px;
}

.bottom-zt-l-text p img {
    padding-left: 20px;
    padding-right: 10px;
    margin-top: -2px;
}

.bottom-zt-r {
    padding-top: 25px;
}

.bottom-zt-r ul li {
    float: left;
    font-size: 16px;
    color: #666666;
    text-align: center;
    background: url(shuxian.png) no-repeat center left;
    padding-left: 10px;
}

.bottom-zt-r ul li p {
    padding-top: 10px;
}
.bottom-zt-l-text p a{
    color: #666666;
}


/* 右侧浮动 */
.youce {
    width: 119px;
    height: 461px;
    background: #ffffff;
    /* box-shadow: 0px 0px 0px rgba(13, 13, 13, 0.18); */
    box-shadow: 0px 0px 15px 1px rgba(13, 13, 13, 0.18); 
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -230px;
    z-index: 100;
    padding: 0 18px;
}
.youce ul li{
    float: left;
    font-weight: 400;
text-align: center;
color: #333333;
line-height: 22px;
font-size: 16px;
margin-top: 12px;
width: 100%;
cursor: pointer;
position: relative;
}
.youce ul li img{
    width: 55px;
height: 55px;
display: block;
margin: 0 auto;
}
.youce ul li span{
    display: block;
    padding-top: 10px;
}
.yc-hidden{
    position: absolute;
    width: 225px;
    height: 229px;
    background: url(yc-jx.png) no-repeat;
    right: 100px;
    top: -100px;
}
.youce ul li .yc-hidden img{
    width: 158px;
height: 158px;
margin-top: 35.5px;
}
.youce ul li .bt-none {
    display: none;
}
.youce ul li .bt-block {
    display: block;
}
.youce ul li.yc-hover .yc-on{
display: block;
}
.youce ul li.yc-hover .yc-open{
    display: none;
    }
.yc-qh:hover .yc-hidden{
    display: block;
}
    